home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.1 KB | 33 lines | [TEXT/GEOL] |
- Item 0491490 30-Oct-90 16:06PST
-
- From: MOOF Rollin, Keith A
-
- To: PEMD CH DEV PEMD Group, Zurich,IDV
-
- cc: MACAPP.TECH$ MacApp Technical
-
- Sub: Re: SE/Classic Bomb
-
- Ernie,
-
- I think that the problem you are having is exactly the same as what Les Caudle
- and Chuck McMath have reported in the last two weeks. On machines without Color
- QuickDraw, MacApp tries to unpatch a trap that it never patched. When trying to
- restore the original address, it actually stores NIL for the address. When
- running under MultiFinder, this is no problem, as each process keeps its own
- trap table. But under Finder, then next application inherits the bogus trap
- table and crashes.
-
- As posted by Dale Peterson, here is the fix:
-
- For BusyRemove in UBusyCursor.inc1.p, modify the line that unpatches pSccPatch
- to be as follows:
-
- IF qNeedsColorQd | gConfiguration.hasColorQd THEN UnPatch(pSccPatch);
-
- This is/will be fixed in MacApp 2.0.1.
-
- - Keith Rollin
- - Apple Developer Technical Support
-
-